home *** CD-ROM | disk | FTP | other *** search
- /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
- /* FullyPth : Get fully path of file. */
- /* Author : Marc Chauffour */
- /* Written : 02/16/90 09:24am */
- /* Last_updated : */
- /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
- /* Use INT 21 - Function 60h */
- /* Rem : Letters are uppercased, forward slashes converted to backslashes, */
- /* aterisks converted to appropriate number of question marks, and */
- /* file an directory names are truncated to 8.3 if necessary */
- /* '.' and '..' in the path are resolved */
- /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
-
- int getfullypath(char *,char *); /* resolve path string to fully path*/
- int getnovellpath(char *,char *); /* serveur/volume:path */
- int getdrivepath(char *,char *); /* Drive letter:\path */